home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 1
/
LSD Compendium Deluxe 1.iso
/
a
/
text
/
manipulation
/
cv.lha
/
cv
/
scripts
/
FlipSlashes.cvt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-12-31
|
85 b
|
7 lines
/*
* flip slash and backslash
*/
$2f->$5c ; /* / -> \ */
$5c->$2f ; /* \ -> / */